home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / wamerican.postrm < prev    next >
Encoding:
Text File  |  2005-12-20  |  491 b   |  21 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by installdeb-wordlist
  4. case "$1" in abort-install|remove)
  5.  
  6.     /usr/sbin/remove-default-wordlist wamerican
  7.  
  8.     if [ -e /usr/share/debconf/confmodule ] ; then
  9.         . /usr/share/debconf/confmodule
  10.         db_purge
  11.     fi
  12. esac
  13.  
  14. # End automatically added section
  15. # Automatically added by dh_installdebconf
  16. if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
  17.     . /usr/share/debconf/confmodule
  18.     db_purge
  19. fi
  20. # End automatically added section
  21.